home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / drivers / mgetiga.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-05-29  |  299b  |  15 lines

  1. echo off
  2. if %1null == null goto error
  3. if %2null == null goto error
  4. md %2:\tiga
  5. copy %1\*.* %2\tiga
  6. goto done
  7. :error
  8. echo  
  9. echo  
  10. echo  
  11. echo Usage: Install a: c:
  12. echo           where a: is the drive your installing from
  13. echo             and c: is the drive your installing to.
  14. done:
  15.